Drop GtkShadowType
authorMatthias Clasen <mclasen@redhat.com>
Fri, 17 Apr 2020 03:59:23 +0000 (23:59 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 17 Apr 2020 14:57:36 +0000 (10:57 -0400)
We are not using this enum anymore.

docs/reference/gtk/gtk4-sections.txt
gtk/gtkenums.h

index 419c38371b8d1bd187dfafe6765165e30624d50c..a5ff7e1261b6e2154be470183d1f6b28c4321320 100644 (file)
@@ -4538,7 +4538,6 @@ GtkReliefStyle
 GtkScrollStep
 GtkScrollType
 GtkSelectionMode
-GtkShadowType
 GtkStateFlags
 GtkSortType
 GtkIconSize
index a7657a84edc64b60b53fcc07400b8ae750716a64..1e9a92b1144096aa4fc8a3539098651d9aa620a7 100644 (file)
@@ -470,29 +470,6 @@ typedef enum
   GTK_SELECTION_MULTIPLE
 } GtkSelectionMode;
 
-/**
- * GtkShadowType:
- * @GTK_SHADOW_NONE: No outline.
- * @GTK_SHADOW_IN: The outline is bevelled inwards.
- * @GTK_SHADOW_OUT: The outline is bevelled outwards like a button.
- * @GTK_SHADOW_ETCHED_IN: The outline has a sunken 3d appearance.
- * @GTK_SHADOW_ETCHED_OUT: The outline has a raised 3d appearance.
- *
- * Used to change the appearance of an outline typically provided by a #GtkFrame.
- *
- * Note that many themes do not differentiate the appearance of the
- * various shadow types: Either there is no visible shadow (@GTK_SHADOW_NONE),
- * or there is (any other value).
- */
-typedef enum
-{
-  GTK_SHADOW_NONE,
-  GTK_SHADOW_IN,
-  GTK_SHADOW_OUT,
-  GTK_SHADOW_ETCHED_IN,
-  GTK_SHADOW_ETCHED_OUT
-} GtkShadowType;
-
 /* Widget states */
 
 /**